From 2a8803a44e90a8acb175c1f6672c53b50f7e9b1d Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Fri, 14 Nov 2025 22:26:45 +0200 Subject: [PATCH] Fix FTBFS with CMake 4 Bug-Debian: https://bugs.debian.org/1113203 Gbp-Pq: Name cmake-4.patch --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d17079a..b97da5c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # SoX Resampler Library Copyright (c) 2007-18 robs@users.sourceforge.net # Licence for this file: LGPL v2.1 See LICENCE for details. -cmake_minimum_required (VERSION 3.1 FATAL_ERROR) +cmake_minimum_required (VERSION 3.5 FATAL_ERROR) set (DESCRIPTION_SUMMARY "High quality, one-dimensional sample-rate conversion library") -- 2.30.2